Skip to main content
Version: 1.x.x

ExtractQueryParams


import { ExtractQueryParams } from "@hyper-fetch/core"

Description

Defined in types/fetch.types.ts:13

Preview

type ExtractQueryParams<T> = T extends Command<any, any, infer  Q, any, any, any, any, any, any, any> ? Q : never;

Structure

T extends Command<any, any, infer Q, any, any, any, any, any, any, any> ? Q : never